Fix a typo. (#168173, Ivan Wong)
authorMatthias Clasen <mclasen@redhat.com>
Thu, 24 Feb 2005 04:27:48 +0000 (04:27 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Thu, 24 Feb 2005 04:27:48 +0000 (04:27 +0000)
2005-02-23  Matthias Clasen  <mclasen@redhat.com>

* io-ico.c: Fix a typo.  (#168173, Ivan Wong)

gdk-pixbuf/ChangeLog
gdk-pixbuf/io-ico.c

index 1df3d50869fef3562f03a3c630f6bb39d2e89b81..4bde8bd49d0955b4b5239651792614595610b627 100644 (file)
@@ -1,3 +1,7 @@
+2005-02-23  Matthias Clasen  <mclasen@redhat.com>
+
+       * io-ico.c: Fix a typo.  (#168173, Ivan Wong)
+
 2005-02-15  Matthias Clasen  <mclasen@redhat.com>
 
        * io-pnm.c (pnm_skip_whitespace): Don't read over the end of
index 022c93a3c738395d47bdd6a7fc3e3e3f3989b77c..21f34b2a1bbb89da6a1f67660b48fb71ceefeead 100644 (file)
@@ -950,7 +950,7 @@ fill_entry (IconEntry *icon,
        
        if (hot_x > -1 && hot_y > -1) {
                icon->hot_x = hot_x;
-               icon->hot_x = hot_y;
+               icon->hot_y = hot_y;
                if (icon->hot_x >= icon->width || icon->hot_y >= icon->height) {
                        g_set_error (error,
                                     GDK_PIXBUF_ERROR,